which is more effective [ if(NULL==variables) or if(variables==NULL) ]

Posted by Apache on Stack Overflow See other posts from Stack Overflow or by Apache
Published on 2010-06-11T08:11:13Z Indexed on 2010/06/11 8:12 UTC
Read the original article Hit count: 238

Filed under:
|
|

hi expert, want to ask, in java if(NULL==variables) or if(variables==NULL) which will be more effective and what are the difference,

thanks

© Stack Overflow or respective owner

Related posts about java

Related posts about null